/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

#header_wrap {
	transition: all 0.75s ease;
}

.header_scrolled {
	background-color: #FFFFFF;
	box-shadow: 0 0 15px -5px rgba(0,0,0,0.5);
}

.header_scrolled .elementor-item {
	color: #EA562A !important;
	fill: #EA562A !important;
}

.header_scrolled #mobile_btn .elementor-button {
	color: #EA562A !important;
	fill: #EA562A !important;
	border-color: #EA562A !important;
}

#elementor-popup-modal-1078 {
	z-index: 990;
}

.icon_more {
    opacity: 0;
    transition: all 0.5s ease;
}

.icon_more .elementor-icon {
    display: flex;
}

.home_reviews .elementor-testimonial__footer {
    position: absolute;
    left: 35px;
    bottom: 35px;
}

.home_reviews .elementor-main-swiper {
    width: 100% !important;
}

.home_reviews .elementor-swiper-button-prev {
    top: -75px !important;
	left: auto !important;
	right: 70px;
	border: 1px solid #EA562A;
	padding: 5px 12px 5px 10px;
    
}

.home_reviews .elementor-swiper-button-next {
	top: -75px !important;
	left: auto !important;
	right: 0px;
	border: 1px solid #EA562A;
	padding: 5px 10px 5px 12px;
}

@media (max-width: 767px) {
	.home_reviews .elementor-swiper-button-prev {
		top: auto !important;
		right: 55px !important;
		bottom: -70px !important;
	}
	
	.home_reviews .elementor-swiper-button-next {
		top: auto !important;
		right: 0 !important;
		bottom: -70px !important;
	}
	
	.home_reviews .swiper-slide {
		padding: 20px 20px 125px 20px !important;
	}
	
	.home_reviews .elementor-testimonial__footer {
		left: 20px !important;
		bottom: 20px !important;
	}
	
	.contact_list .elementor-icon-list-item::after {
		display: none;
	}
	
	.contact_list .elementor-icon-list-items  {
		gap: 7px;
	}
}

/* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-10px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-10px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(10px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0, 10px, 0);
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}